- data
- The image file data.
- offset
- Offset from the beginning of the buffer to where the image data starts.
- length
- Total size (in bytes) of the image data.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub FeedLoad( _ ByVal data() As Byte, _ ByVal offset As Integer, _ ByVal length As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCodecs Dim data() As Byte Dim offset As Integer Dim length As Integer instance.FeedLoad(data, offset, length) |
Parameters
- data
- The image file data.
- offset
- Offset from the beginning of the buffer to where the image data starts.
- length
- Total size (in bytes) of the image data.
For an example, refer to StartFeedLoad(Int32,CodecsLoadByteOrder).
Use this method with the StartFeedLoad(Int32,CodecsLoadByteOrder) and StopFeedLoad methods.
For a description of how the methods relate to each other, refer to StartFeedLoad(Int32,CodecsLoadByteOrder).
LEADTOOLS will attempt to load corrupted files, so you can see at least a portion of the image. For these images, the load methods succeed, but LoadStatus will return an error code.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)